@charset "utf-8";

#search {
	background-image: url(../images/global/menu-bg.jpg);
	background-repeat: repeat-x;
	height: 33px;
	width: 215px;
	text-align: left;
	padding-top: 4px;
	background-position: -782px 0px;
	clear: right;
	float: right;
}

/* CSS Document */
.kitstyle{
	font-size: 12px;
	font-weight: bold;
	width: 785px;
	float: left;
	clear: none;
}


.kitstyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.kitstyle ul{
	width: 785px;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-image: url(../images/global/menu-bg.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	height: 33px;
	vertical-align: middle;
}

.kitstyle ul li{
	display: inline;
}


.kitstyle ul li a{
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #31497c; /*THEME CHANGE HERE*/
	color: #FFF;
}

.kitstyle ul li a:hover, .kitstyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/global/menu-bg-over.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	line-height:18px;
	z-index:100;
	background-color: #f5f6f7;
	width: 200px;
	visibility: hidden;




	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #31497c;
	border-right-color: #31497c;
	border-bottom-color: #31497c;
	border-left-color: #31497c;
	font-family: Arial, Helvetica, sans-serif;
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border: 1px dotted #31497c; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #5A75AC;
	color: #FFF;
}
#dropmenu1 {
	width: 180px;
}
#dropmenu2 {
	width: 180px;
}
#dropmenu3 {
	width: 180px;
}
#dropmenu4 {
	width: 180px;
}
#dropmenu5 {
	width: 180px;
}
.footerkitstyle{
	font-size: 12px;
	font-weight: bold;
	width: 1000px;
	height: 33px;
	clear: both;
}


.footerkitstyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.footerkitstyle ul{
	width: 1000px;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-image: url(../images/global/menu-bg.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	height: 33px;
}

.footerkitstyle ul li{
	display: inline;
}


.footerkitstyle ul li a{
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #31497c; /*THEME CHANGE HERE*/
	color: #FFF;
}

.footerkitstyle ul li a:hover, .kitstyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/global/menu-bg-over.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}
#container #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
