/* Table Styles */
table.style {
	border-width: 2px 2px 2px 2px;
	padding: 5px 5px 5px 5px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: rgb(212, 182, 68) rgb(212, 182, 68) rgb(212, 182, 68) rgb(212, 182, 68);
	border-collapse: collapse;
	background-color: white;
}
table.style th {
	border-width: 2px 2px 2px 2px;
	padding: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: #D4B644;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.style td {
	border-width: 2px 2px 2px 2px;
	padding: 5px 0px 5px 0px;
	border-style: solid solid solid solid;
	border-color: #D4B644;
	background-color: #FFFFE5;
	-moz-border-radius: 0px 0px 0px 0px;
}

/* Navigation Menu Left Side */
#codemenu{
	border: 0px solid #D4B644;
	border-bottom-width: 0;
	width: 150px;
	padding-left: 2px;
}
#sidebar2 {
	background-color: #FFF;
}


#codemenu ul{
	margin: 0;
	list-style-type: none;
	font: normal 10px 'Arial';
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 6px;
}

#codemenu li a{
	display: block;
	padding-left: 10px;
	width: 138px; /*150px minus all left/right paddings and margins*/
	text-decoration: none;
	color: blue;
	background-color: #F6F0C4;
	border-bottom: 1px solid #D4B644;
	border-left: 7px solid #D4B644;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}

* html #codemenu li a{ /*IE only */
width: 150px; /*IE 5*/
width: 150px; /*150px minus all left/right paddings and margins*/
}

#codemenu li a:hover {
background-color: #FFFFFF;
border-left-color: #AA0011;
}

#codemenu div.menutitle{
	height: 20px;
	width: 152px;
	color: #FFFF00;
	border-bottom: 1px solid #F6F0C4;
	padding-left: 12px;
	background-color: #000080;
	font: bold 12px 'Arial';
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
}

/* Drop Down Menu Begin - Horizontal*/

.ddcolortabs{
	padding: 0;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-color: #F6F0C4;
}
#dropdownholder {
	background-color: #F6F0C4;
	padding-left: 16px;
}


.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color: white;
background: #000080 url(media/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #AA0011;
}

.ddcolortabs a:hover span{
background-color: #AA0011;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #AA0011;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 3px;
line-height: 3px;
background: #AA0011;
border-top: 1px solid #AA0011; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #AA0011; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #FFFFE5;
width: 250px;
visibility: hidden;
}

.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #AA0011;
border-bottom: 1px solid #AA0011; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #000080;
color: white;
}
/* Drop Down Menu Stop */
