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

.blog-menu{
/*width of menu*/
 
margin-top:0px;
}

.blog-menu .header{
font-family:"Trebuchet MS","Lucida Sans","Times New Roman", Times, serif;
font-style: normal;
font-size:15px;
font-weight:normal;
text-transform: uppercase;
color: #30301F;
padding: 0px 0 0px 0px; /*header text is indented 10px*/
/*background: #ffffff url(media/titlebar.png) repeat-x center left; */
margin:0px;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase; */
border: #FFFFFF solid 0px;;

}

.blog-menu .header h3{
border: #FFFFFF solid 0px;;
}

.header a, .header a:visited{
color:#000000;

font-family: Arial, "Times New Roman", Times, serif;
font-style:italic;
font-size:18px;
font-weight:normal;
text-transform:normal;
margin:0px;

}

.blog-menu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 10px; /*bottom spacing between each UL and rest of content*/
}

.blog-menu ul li{
padding: 5px; /*bottom spacing between menu items*/


}

.blog-menu ul li a{

/*background: url(images-layout1/arrowbullet.png) no-repeat center left; /*custom bullet list image*/

padding: 4px;

/*padding-left: 19px; use this if you want to use a bullet bg image and the the comment above*/
padding-left: 0px; /*link text is indented 19px*/


border-bottom: 0px solid #dadada dashed;
text-decoration: none;
font-weight:normal;
font-family:Arial,"Trebuchet MS", "Times New Roman", Times, serif;
font-style: normal;
font-size:13px;
text-transform: none;
color: #666666;


}

.blog-menu ul li a:visited{
color: #666666;
}

.blog-menu ul li a:hover{ /*hover state CSS*/
color: #0099FF;
text-decoration:underline;
}



.blog-menu ul ul{
list-style-type: none;
margin: 0;
padding:0;
}


.blog-menu ul li ul li a{
padding: 6px 0;
padding-left: 20px; /*link text is indented 19px*/
}

