/* Sub Navigation Element */

#sub_nav {
	width: 191px; 
	float: right;
	background-color: #484848;
	margin: 0 0 0 25px;
	position: relative;
	display: block;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 166px;
	position: relative;
}

/* IE Win 6 Hack, (fixes image marker disappear) */

#sub_nav ul {
	list-style-image: url(../images/arrow_list.gif);
	padding: 10px 0 0 -20px;
	list-style-position: outside;
	position: relative; left:-40px; top: 10px;
}

/* Correct style for browsers that are not crap */

#sub_nav>ul {
	width: 131px;
	list-style-image: url(../images/arrow_list.gif);
	margin: 0px; 
	padding: 0;
	list-style-position: outside;
	position: relative; left:0;
}
#sub_nav li {
	font: bold 11px arial, helvetica, sans-serif;
	padding-bottom: 6px;
	margin-bottom: 0;
	position: relative;
	left: 30px;
}
#sub_nav a {
	color: #97D3E5;
	text-decoration: none;
}
#sub_nav a:hover {
	color: #FFF;
	text-decoration: none;
}
#sub_nav span {
	width: 166px; height: 28px;
	display: block;
	background: url(../images/subnav_btm.gif) top left no-repeat;
	border: 0; padding: 0; margin: 0;
}

/* Content Area for Sub Pages */

#content {
	width: 324px;
	float: right;
	font: normal 12px/16px verdana, helvetica, sans-serif;
	color: #FFF;
	padding: 10px 0 0 0;
}
#content p {
	font: inherit;
	margin:0;
	padding: 5px 0 5px 0;
	clear: none;
}
#content h2 {
	font: bold 16px/19px verdana, helvetica, sans-serif;
	margin: 0;
	padding-bottom: 8px;
	clear: both;
}
#content h3 {
	font: bold 13px/16px verdana, helvetica, sans-serif;
	margin: 10px 0 1px 0;
	clear: both;
}
#content ul {
	margin: 0 0 15px 0;
    padding-left: 1em;
    text-indent: -1em;
	list-style-position: inside;
	list-style-type: disc; 
}
#content li {
	font: inherit;
	margin: 0; padding: 0;
}
#content img {
	border: 0;
	float: right;
}

/* Nested list Style */

#content ul li ul{
	margin: 0;
    padding-left: 1em;
    text-indent: -1em;
	list-style-position: inside;
	list-style-type: circle; 
}
#content ul li ul li {
	font: inherit;
	margin: 0; padding: 0;
}
#content ol {
	margin: 0;
    padding-left: 1em; 
}
#content ol li {
	font: inherit;
	margin: 0; padding: 0;
}
#content a {
	font: inherit;
	color: #D0F1F7;
	text-decoration: underline;
}
#content a:hover {
	color: #FFF;
}
