/* A few IE bug fixes */
* { margin: 0; padding: 0; }
* html ul ul li a { height: 100%; }
* html ul li a { height: 100%; }
* html ul ul li { margin-bottom: -1px; }

li { list-style-type: none;}

/* Some list and link styling */
ul ul li {font-family:Arial;font-size:1.0em;font-weight:bold;color:White;width:181px;background:url(/images/leftNavOnSubBackground.jpg);}
ul ul li a { display:block;padding:3px 0 3px 10px;font-family:Arial;font-size:0.9em;color:White;text-decoration:none;width:160px;}
ul ul li a:hover { display:block;padding:3px 0 3px 10px;font-family:Arial;font-size:0.9em;color:red;text-decoration:none;width:160px;}

/* Header links styling */
h3.head {width:10px;height:25px;width:20px;background:url(/images/leftNav1Off.jpg); }
h3.selected {width:10px;height:25px;width:20px;background:url(/images/leftNav1On.jpg);}


#leftNav{display:inline;float:left;width:181px;}

#leftNav .leftNav1On{min-height:25px;width:150px;}
#leftNav .leftNav1On a{font-family:Arial;font-size:1.0em;font-weight:bold;color:#cccccc;text-decoration:none;width:160px;}
#leftNav .leftNav1On a:hover{text-decoration:underline;color:Red;}

#leftNav .leftNav1Off{border-bottom:1px solid #858585;min-height:20px;width:153px;font-family:Arial;font-size:1.0em;font-weight:bold;color:#cccccc;padding:5px 0 0 8px;}
#leftNav .leftNav1Off a{font-family:Arial;font-size:1.0em;font-weight:bold;color:White;text-decoration:none;}
#leftNav .leftNav1Off a:hover{text-decoration:underline;color:Red;}

#leftNav .leftNavSub{font-family:Arial;font-size:1.0em;font-weight:bold;color:White;width:181px;background:url(/images/leftNavOnSubBackground.jpg);}

#leftNav .leftNavSubElement{padding:3px 0 3px 10px;font-family:Arial;font-size:0.9em;color:White;text-decoration:none;width:160px;}
#leftNav .leftNavSubElement a{font-family:Arial;font-size:1.0em;color:#cccccc;text-decoration:none;font-weight:normal;}
#leftNav .leftNavSubElement a:hover{text-decoration:underline;color:Red;}
