/* CSS Document Mozilla`- left menu for pets*/

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}


#nav, #nav ul { /* all lists */
	padding:0 ;
	margin: 0;
	list-style: none;
	line-height: 1;
	
}

#nav {
padding:0 0 0 1px ;

}

#nav a {
	display: block;
	/* width: 140px; */
	color:#FFF;
	text-decoration:none;
	font-size:12px;
}

#nav li { /* all list items */
        background-image:url(pets_glossyback.gif);
	background-color:#855187;
	font: 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	width:140px; /* width needed or else Opera goes nuts */
	margin-bottom:1px;
	height:20px;
	padding:5px 3px 1px 3px;
	font-weight:bold;
}



#nav li ul li {
width:186px;
}

#nav li ul {
width:186px;
}



#nav li ul {
margin-left:160px;
width:160px;
margin-top:15px;
background-color:#FFF;
}

#nav li ul li ul {
margin-left:188px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:1px solid #FFCC33;
	width:186px;
}

#nav li ul ul { /* third-and-above-level lists */
	/*margin: -1em 0 0 10em;*/
	width:186px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
left:auto;
}

#nav li:hover ul { margin-top:-15px;}

#content {
	clear: left;
	color: #ccc;
}

#nav a {
padding-bottom:3px;
}

#nav a:hover {
background-color:#CC49CF;
display: block;
width:auto;
color:#FFF;
text-decoration:none;
padding-bottom:3px;
}


.leftmenuheader {
background-image:url(menuheaderpets.gif);
background-repeat:no-repeat;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
padding-top:4px;
text-align:center;
margin-bottom:1px;
height:auto;
width:160px;
}

#left-menu-container {
overflow:visible;
height:auto;
width:160px;
}

.glossymenu{
margin: 5px 0;
padding: 0;
width: 160px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(pets_glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(pets_glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

