@charset "utf-8";


/* COLOR SCHEME */

/*
    Use "Find and replace" to change all instances of colors.
    
    base color =  #FFF;
    light 1 =     #bfbfbf;
    light 2 =     #737373;
    dark 1  =     -------
    dark 2  =     -------

*/


#nav {
	
    background: url(../images/nav_bg.bmp) repeat 0 0;
    
    position:relative;
    float:left;
    
    width:10em;
    
    padding: 10px 20px 20px 20px;
    
	/* 
	position: absolute;
	left: 18px;
	bottom: 116px;

	width: 203px;
	padding:25px 0px 2px 5px;
	font-size:1.1em;
    */
}

.option{
    cursor: pointer;
	position: relative;
	padding: 0;
	margin: 20px 0 0 0;
    /*
	padding: 3px 2px 3px 0px;
	margin:0 35px 0 20px;
	*/
    font-weight:bold;
	color:#FFF;
	text-align:right;
    background:transparent url(../images/left.png) center right no-repeat;
    text-transform:uppercase;
    border-top:1px solid #737373;
        
}
.option a
{
    text-decoration: none;
    color:#FFF;
}

.option_body {
	display:none;
	
	margin:0;
	padding:0;
	
	position:relative;
/*	width: 183px; */
}

.option_body a{
  position:relative;  
  color:#bfbfbf;
  padding:2px 0 2px 0;

  display:block;
  text-align:right;
  font-weight:normal;
  text-decoration:none;
  font-size:small;
  width:100%;
  

}
/*.option_body a:hover{width:145px;margin:0 0px 0 10px; padding: 2px 20px 2px 20px;background:transparent url(../images/down.png) center right no-repeat; color:#fff;}*/
/*.option_body .selected{width:135px;margin:0 0px 0 10px; padding: 2px 30px 2px 20px;background:transparent url(../images/down.png) center right no-repeat; color:#fff;}*/
 
