﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.slantedmenu{
font-weight: bold;
font-size: 90%;
}

.slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #e0e0e0;
border: 1px solid #bebebe;
text-align: left; /*set value to "center" for example to center items*/
}

.slantedmenu ul li{
display: inline;
}

.slantedmenu ul li a{
color: black;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(../css/images/slantdivider.gif) top right no-repeat;
}

.slantedmenu ul li a:visited{
color: black;
text-decoration: none;
} 

.slantedmenu ul li a:hover{
color: #4a4774;
text-decoration: none;
}


.vmenu
{
font-weight: bold;
font-size: 12px;
}

.vmenu ul, .vmenu li
{
    margin: 0px;
    padding: 2px 2px 2px 2px;
    float: left;
    width: 150px;
    list-style-type: none;
    

}
		
.vmenu a, .vmenu a:link, .vmenu a:link, .vmenu a:active, .vmenu a:visited
{
	
	color: black; /* #494949  */
	background-color: #e0e0e0; 
	border-color: #bebebe;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	text-decoration: none;
	display: block;
    padding: 2px;
	margin: 1px;
	text-align: left;
}
	
.vmenu a:hover
{
	color: #4a4774;
	background-color: #e0e0e0; /*#4a4774; */
	border-color: #bebebe;
	border-top: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	text-decoration: none;
	display: block;
    padding: 2px;
	margin: 1px;
	text-align: left;

}