/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.ccc_vertical {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 162px;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.ccc_vertical ul {
	width:162px;
	font-weight:normal;
	/*border-top:2px solid #FFFFFF;*/
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.ccc_vertical li {
	width: 145px;
	padding-left:20px;
	background-image:url(img/list-arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.ccc_vertical ul li {
	border-left:none;
	margin: 0px;
 	width: 115px;
	padding-left:7px;
	background-color: #FFFFFF;
	border-top:1px;
	border-bottom:0px;
	background-image:none;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.ccc_vertical a {
	text-decoration: none;
	color: #4A595A;
	line-height: 25px;
	padding-left:0px ;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.ccc_vertical ul a {
 	color: #4A595A;
 	font-size: 11px;
	line-height: 12px;
	padding-left:0px;
	padding-top:4px;
	padding-bottom:4px;
}

/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/

/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.ccc_vertical li.hover {
	
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.ccc_vertical ul li.hover {

}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.ccc_vertical a.hover {
	color: #FFCC00 !important;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.ccc_vertical ul a.hover {
  	color: #FFCC00 !important;
}

/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.ccc_vertical li.selected {
	background-image:url(img/list-arrow-red.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.ccc_vertical ul li.selected {
	background-image:none;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.ccc_vertical a.selected {
	color: #CC0000;
	font-weight:bold;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.ccc_vertical ul a.selected {
	color: #FF9800;
	font-weight: bold;
}


/******************************************************************************
* In this section, we will define the menu arrows behavior                    *
* An arrow is inserted next to the menu item when the menu item has sub-menus *
******************************************************************************/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */
.ccc_vertical .arrow {
	/*background-image:url(img/grey_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;*/
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.ccc_vertical .hover ul .arrow,
.ccc_vertical ul .arrow {
	background-image:url(img/grey_arrow.gif);
	background-position: 8px 4px;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.ccc_vertical .hover .arrow {
	background-image:url(img/white_arrow_horizontal.gif);
	background-position: 7px 8px;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus located in the second (or more) level on mouse over
 */
.ccc_vertical ul .hover .arrow {
	background-image:url(img/red_arrow.gif);
}

/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.expandable {
	clear: both;
}
div.expandable br {
	clear: both;
}
div.expandable ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.expandable li {
	/*list-style-type: circle;
	list-style-image: url(../images/list-arrow.gif);*/
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: relative;
}
div.expandable li img {
	border: none;
}
div.expandable a {
	clear: both;
	float: none;
	display: block;
	margin: 0px;
}
div.expandable ul li ul {
	position: static;
	visibility: visible;
	display: block;
	clear: both;
	margin: 0px;
	margin-top: -5000px;
}
div.expandable ul li ul li ul {
	display: none;
}
div.expandable ul li ul li {
	clear: both;

}
div.expandable ul li ul li a {
	clear: both;
}
.hasImg, .hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}