﻿/* ######### Slanted Divider Menu CSS ######### */

.slantedmenu{
font-weight: bold;
}

.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: black;
border: 0px solid #bebebe;
text-align: left; /*set value to "center" for example to center items*/
}

.slantedmenu ul li{
display: inline;
}

.slantedmenu ul li a{
color: #ffffff;
padding: 3px 0;
padding-left: 5px;
padding-right: 25px;
text-indent: -10px;
margin: 0;
text-decoration: none;
background: transparent url(slantdivider.gif) top right no-repeat;
font-size: small;
}

.slantedmenu ul li a:visited{
color: #ffffff;
} 

.slantedmenu ul li a:hover{
text-decoration: underline overline;
}