
Untitled
By: a guest on
May 26th, 2012 | syntax:
None | size: 1.26 KB | hits: 13 | expires: Never
/*********************
//* jQuery Multi Level CSS Menu #2- By Dynamic Drive: http://www.dynamicdrive.com/
//* Last update: Nov 7th, 08': Limit # of queued animations to minmize animation stuttering
//* Menu avaiable at DD CSS Library: http://www.dynamicdrive.com/style/
*********************/
.navmenu
{
font: bold 12px Verdana;
font-size:11px;
border:1px solid #BBB;
width:685px;
background:url(http://development.rosenrotproductions.com/images/chromebg.gif) center center repeat-x;
}
.navmenu ul
{
margin:0;
padding:0;
list-style-type: none;
}
.navmenu ul li
{
position: relative;
display: inline;
float: left;
}
.navmenu ul li a
{
display: block;
padding: 8px 9px;
border-right: 1px solid #BBB;
text-decoration: none;
background:url(http://development.rosenrotproductions.com/images/chromebg.gif) center center repeat-x;
color:black;
}
.navmenu ul li a:hover
{
background:url(http://development.rosenrotproductions.com/images/chromebg2.gif) center center repeat-x;
}
#nav_home
{
border-left:1px solid #BBB;
margin-left:4px;
}
body
{
color:#333333;
direction:ltr;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
font-size:11px;
text-align:left;
background:white;
}