.chromestyle{
width: 924px;
font-weight: bold;
border: 0 0 0 0;
margin: 0 0 0 0;
padding: 0 0 0 0;
height: 38px;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
border: 0 0 0 0;
/*width: 100%;*/
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0 0 0 0;
margin: 0 0 0 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
border: 0 0 0 0;
}

.chromestyle ul li a{
color: #494949;
padding: 0 0 0 0;
margin: 0 0 0 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
padding-top: 5x;
/*border: 1px solid #BBB; /*THEME CHANGE HERE*/
/*border-top-width: 0;*/
font:normal 11px Arial;
z-index:100;
width: 922px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
top: 5px;
/*display: inline;*/
text-indent: 3px;
/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 5px 5px;
text-decoration: none;
/*font-weight: bold;*/
line-height:25px;
overflow: hidden;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #B92543;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
color: #black;
}

/* ######### New Menu added AW July 2009 ######### */
/* 
  -----------------------------------
  TabBar Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Style Theme:09 - Image Base
  -----------------------------------
*/
#p7TBM {
	font-family:Arial, Helvetica, sans-serif;
}
#p7TBMroot {

}
#p7TBMrootbox {
}

#p7TBMroot img {
	border: 0;
}
#p7TBMroot ul {
	margin: 0;
  padding: 0;
}
#p7TBMroot li {
	list-style-type: none;
	display: inline;
}
#p7TBMroot li a {
	float: left;
}
#p7TBMroot .p7TBMtext li a {
	color: #666666;
	padding: 5px 10px;
	text-decoration: none;
	border-right: 1px solid #333333;
}
#p7TBMroot .p7TBMtext .p7TBMdown, #p7TBMroot .p7TBMtext .p7TBMdown:hover {
	color: #CCCCCC!important;
	background-color: #333333!important;
}
/*
The Root Level Hover. This also locks the Hover state while 
the root item's associated sub-menu is visible.
DO NOT CHANGE SELECTOR NAMES*/
.p7ie6Fix:active, 
#p7TBMroot .p7TBMtext .p7TBMon,
#p7TBMroot .p7TBMtext li a:focus, 
#p7TBMroot .p7TBMtext li a:active {
	color: #333333;
	background-color: #ECE9D8;
}
#p7TBMsubwrap{
	font-size: .8em;
	position: relative;
	height: auto;
        font-weight: bold;
}
.p7TBMsub {
	position: absolute;
	visibility:hidden;
	left: 0;
	top: 0;
	width: 100%;
}
.p7TBMsubbox {
	padding: 8px 0 0 0;
}
/*
SUBMENU BAACKGROUNDS and BORDERS HERE*/
.p7TBMsub ul {
	margin: 0;
	padding: 0;
	background-image: url(img/iebfix.gif);
	background-color: transparent;
	border: 0;
}
.p7TBMsub li {
	list-style-type: none;
	display: inline;
}
.p7TBMsub li a {
	color: #333333;
	padding: 6px;
	display: block;
	float: left;
	border: 1px solid #FFFFFF;
	margin: 0 3px 3px 0;
	text-decoration: none;
}
.p7TBMsub li a:hover,
.p7TBMsub li a:active,
.p7TBMsub li a:focus {
	color: #ECE9D8;
	background-color: #333333;
	text-decoration: none;
}
#p7TBM br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}

/* current marker style */
.p7TBMsub .p7TBMmark,
.p7TBMsub .p7TBMmark:hover,
.p7TBMsub .p7TBMmark:active,
.p7TBMsub .p7TBMmark:focus {
	font-weight:bold;
	color: #333333;
	cursor: default;
	text-decoration: underline;
	background-color: #FFFFFF !important;
	border-color: #333333 !important;
}

