/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}

/* QuickMenu 0 */

/*"""""""" (MAIN) Container""""""""*/	
ul#qm0	
{	
position:absolute;
left:25px;
bottom:0;
width:698px;
height:28px;
background:url('../images/menu_main_bg.gif') repeat-x 0 0;
border:1px solid #c6cacb;
}
* html ul#qm0	
{	
overflow:hidden;
}
/*"""""""" (MAIN) Items""""""""*/	
ul#qm0 li	
{
width:116px;
height:28px;
padding:0;
margin:0;
text-align:center;
}
ul#qm0 li a	
{
display:block;
margin:0;
padding-top:8px;
height:20px;
border-right:1px solid #c6cacb;
color:#4c4c4c;
font-size:10px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}
/*"""""""" (MAIN) Hover State""""""""*/	
ul#qm0 li a:hover	
{	
color:#e2e2e2;
background:url('../images/menu_main_hover_bg.gif') repeat-x 0 0;
}
/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
ul#qm0 li:hover>a	
{	
background:url('../images/menu_main_hover_bg.gif') repeat-x 0 0;
}
/*"""""""" (SUB) Container""""""""*/	
ul#qm0 ul	
{	
padding:2px 4px 3px 5px;
margin:0;
background-color:#fbfbfb;
border:1px solid #c6cacb;
border-top:0;
width:116px;
}
/*"""""""" (SUB) Items""""""""*/
ul#qm0 ul li	
{
width:120px;
height:18px;
padding:2px 0 1px ;
margin:0;
text-align:left;
}
ul#qm0 ul li a	
{
display:block;
margin:0;
font-size:8px;
font-weight:normal;
padding:0;
margin:0px;
font-size:11px;
border-right:0;
text-transform:lowercase;
}
/*"""""""" (SUB) Hover State""""""""*/	
ul#qm0 ul li a:hover	
{	
font-weight:normal;
text-decoration:underline;
background:none;
color:#353d40;
padding-left:2px;
}
/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
ul#qm0 ul li:hover>a	
{	
font-weight:normal;
text-decoration:underline;
background:none;
color:#353d40;
padding-left:2px;
}

/*"""""""" Custom Rule""""""""*/	
ul#qm0 .qmparent	
{	

}
/*"""""""" Custom Rule""""""""*/	
ul#qm0 ul	
{	
width:90%;
}


/*INLINE HYPERLINKS*/
#content a {
text-decoration:none;
font-weight:bold;
color:#353d40;
}
#content a:hover {
text-decoration:underline;
}

#content a.section1 {
background:url('../images/star_green.gif') no-repeat 25px 1px;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#82d72b;
padding-left:50px;
}
#content a.section1:link{
}
#content a.section1:visited {
}
#content a.section1:active {
text-decoration:underline;
}
#content a.section1:hover {
text-decoration:underline;
}

#content a.section2 {
background:url('../images/star_blue.gif') no-repeat 25px 1px;
font-size:12px;
font-weight:bold;
text-decoration:none;
padding-left:50px;
color:#1381b5;
}
#content a.section2:link{
}
#content a.section2:visited {
}
#content a.section2:active {
text-decoration:underline;
}
#content a.section2:hover {
text-decoration:underline;
}

#content a.section3 {
background:url('../images/star_grey.gif') no-repeat 25px 1px;
font-size:12px;
font-weight:bold;
text-decoration:none;
padding-left:50px;
color:#353d40;
}
#content a.section3:link{
}
#content a.section3:visited {
}
#content a.section3:active {
text-decoration:underline;
}
#content a.section3:hover {
text-decoration:underline;
}

/*OUTSIDE LINKS*/
a.external {
padding-left:10px;
background:url('../images/external.gif') no-repeat 1px 4px;
text-decoration:none;
font-weight:bold;
color:#556166;
}
a.external:hover {
text-decoration:underline;
}
/*CREDITS*/
ul#tech_nav {
margin:0;
padding:0;
list-style:none;
float:right;
position:relative;
right:16px;
bottom:3px;
}
ul#tech_nav li {
margin:0 10px;
padding:0;
list-style:none;
float:right;
display:inline;
height:10px;
}
ul#tech_nav li a {
display:block;
padding:0 6px;
color:#D8D8D8;
text-decoration:none;
font-size:10px;
font-weight:normal;
}
ul#tech_nav li a:hover {
text-decoration:underline;
color:#F0F0F0;
}