@charset "UTF-8";
/* CSS Document */

/*Other Navigation*/
ul.navother {
float:right;
list-style-type:none;
text-align:left;
width:100%;
padding:0px;
overflow:hidden;
}
li.navother { display:list-item;
float:right; margin:0px;
}
a.navother {
height:15px;
width:100%;
font-size:11px;
background-color:#FF0033;
background-image:none;
text-transform:none;
text-decoration:none;
padding:0px;
margin:0px;
}
a.navother:link,a.navother:visited {
height:15px;
width:100%;
display:block;
padding:0px;
color:#FFFFFF;
letter-spacing:0px;
margin:0px;
}
a.navother:hover,a.navother:active {
background-color:#000000;
background-image:none;
text-decoration:underline;
color:#FF3300;
}
/*End Other Navigation*/

/*Advertisement Navigation*/
ul.advertisement {
float:right;
list-style-type:none;
text-align:left;
width:100%;
padding:0px;
overflow:hidden;
}
li.advertisement { display:list-item;
float:right; margin:0px;
}
a.advertisement {
height:10px;
width:100%;
font-size:8px;
background-color:none;
background-image:none;
text-transform:none;
text-decoration:none;
padding:0px;
margin:0px;
}
a.advertisement:link,a.advertisement:visited {
height:10px;
width:100%;
display:block;
padding:0px;
color:#0000FF;
letter-spacing:0px;
margin:0px;
}
a.advertisement:hover,a.advertisement:active {
background-color:#FFFF00;
background-image:none;
text-decoration:underline;
color:#0000FF;
}
/*End Ad Navigation*/