﻿#leftmenu{
padding: 0;
width: 100%;
background: transparent;
background-color: #cccccc;
voice-family: "\"}\"";
voice-family: inherit;
}

#leftmenu ul{
	font: bold 11px Tahoma;
	margin: 0;	
	padding: 0;
	list-style: none;
}

#leftmenu li{
display: inline;
margin: 0 0px 0 0;
padding: 0;
}

#leftmenu a{
float: top;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 5px;
text-decoration: none;
background-image: url(../images/stripes.gif);
background-color: #74839C;
border-bottom: 1px solid white;
text-align: left;
}

#leftmenu a:hover{
background-color: #666666; /*Menu hover bgcolor*/
}

#leftmenu #current a{ /*currently selected tab*/
background-color: #E1B414; /*Brown color theme*/ 
border-color: #E1B414; /*Brown color theme*/ 
}

#subtitle {
	background: #ED6513 url(../img/arrow.gif) no-repeat left;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	height: 20px;	
	border: 1px solid #cccccc;
	padding-left: 25px;
	padding-top:2px;
	text-align: left;
	letter-spacing: 1px;
}