.arrowlistmenu{
width: 200px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(../images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}



/* Gray cool Menu Style */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td
{
	margin: 0;
	padding: 0;
	border: 0px none;
	outline: 0;
	font-size: 100%;
}




.vertmenu.box .box_content_left
{
	padding: 0px;
}
.vertmenu.box ul {
	height:auto;

}

.vertmenu.box ul li
{
	height:auto;
	/*background: url(../images/vmenu-li-bg.png) 0px 0px repeat-x;*/
	margin:8px auto auto 10px;
	line-height:18px;
	
}

.vertmenu.box ul li.sp
{
	height:auto;
	/*background: url(../images/vmenu-li-bg.png) 0px 0px repeat-x;*/
	margin:0px auto auto 100px;
	padding-top:5px;
	line-height:18px;

}

.vertmenu.box ul li a
{
	height: auto;
	display: block;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #828282;
	text-decoration:none;
	font-size:13px;
	
	
}

.vertmenu.box ul li a div
{
	display: block;
	padding: 6px 0px 10px 20px;
	width: auto;
}

.vertmenu.box .box_content_left
{
	padding: 0px;
}


div.box_content_right ul li a:hover {
	/*background: url(../images/vmenu-hover.png) no-repeat;*/
}

.box
{
	margin-bottom: 13px;
}

.box .box_left_title
{
	background: url(../images/box-header.png) no-repeat scroll 0 0;
	margin-right: 14px;
	height: 46px;
}

.box .box_left_title .box_right_title
{
	background: url(../images/box-header-right.png) no-repeat scroll right 0;
	height: 46px;
	margin-right: -14px;
}

.box .box_left_title .box_right_title h3.modtitle
{
	padding: 11px 0px 0px 15px;
}


.box .box_footer_left
{
	background: url(../images/box-footer.png);
	height: 47px;
	margin-right: 14px;
}

.box .box_footer_left .box_footer_right
{
	background: url(../images/box-footer-right.png) no-repeat scroll right top;
	height: 47px;
	margin-right: -14px;
}

.box .box_content_left
{
	border: 1px solid #ececec;
	padding: 15px;
	background: #fff url(../images/box-shadow.png) no-repeat 0 0;
}


.box .box_left_title .box_right_title .first_word {color: #5b9698;}
.box .box_left_title .box_right_title .rest {color:#CCCCCC;}


