html,body {
	background-repeat: repeat-x;
	text-align: left; /* centering the content for IE6 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #000000;

}
.txt-size-main {
	font-size: 11px;
	align: left;
	
}
.txt-size-main a:link {
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #CCCCCC;
	color: #000000;
}
.txt-size-main a:visited {
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #CCCCCC;
	color: #333333;
}
.txt-size-alt1 {
 font-size: 12px;
}
.txt-size-alt1 a:link {
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #CCCCCC;
	color: #000000;
}
.txt-size-alt1 a:visited {
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #CCCCCC;
	color: #000000;
}

.txt-size-alt2 {
 font-size: 15px;
}
.txt-size-alt2 a:link {
	font-size: 15px;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #CCCCCC;
	color: #000000;
}
.txt-size-alt2 a:visited {
	font-size: 15px;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #CCCCCC;
	color: #000000;
}
.font-sel {
	background-color: #ECE6E6;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 132px;
	float: left;
	padding-left: 4px;
	margin-left: 2px;
	text-align: left;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}

#container {
	font-size: 13px;
	width: 950px;
	display:table; /* must put this in for FireFox. */
	margin:auto; /* for IE6 and Firefox centering */
	text-align:left;
	background-repeat: repeat-y;

}
#splash-container {
	width: 950px;
	display:table; /* must put this in for FireFox. */
	margin:auto; /* for IE6 and Firefox centering */
	text-align:left;
	min-height:176px;
	

}
#splashnews {
	clear: left;
	width: 734px;
	background-image: url(../images/main_images/bg_splash_news.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 214px;
	margin: auto;
}
.splashnewsbox {
	height: auto;
	width: 218px;
	margin-left: 11px;
	float: left;
	margin-top: 15px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
.splashnewsbox a:link {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
.splashnewsbox a:visited {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
.splashnewsbox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
}
.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #007A54;
	line-height: 35px;
}
#whatsnew {
	background-image: url(../images/frontpage/bg_whats_new.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 734px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.footer {
	background-color: #39B54A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
.frontnewslist a:link{
	font-size: 11px;

}
.frontnewslist a:visited{
	font-size: 11px;

}
.frontnewslist {
	background-image: url(../images/frontpage/arrow_green.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	margin-bottom: 5px;
}

.footer a:link {
	font-size: 10px;
	color: #FFFFFF;
}

.footer a:visited {
	font-size: 10px;
	color: #FFFFFF;
}
.splashnewsbox strong {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main {
	height: 99%;/* so the content has the height of the menu and visa
versa */
	width: 950px;
	/* position: relative; - gone 'cos it messes up the menu on Mac!*/
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	float: left;
	background-image: url(../images/main_images/bg_main.jpg);
	background-repeat: repeat-y;
	
	
}
#splash-main {
	display:table;
	height: 99%;
	width: 949px;
	position: relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	text-align: center;
	background-color: #FFFFFF;
	float: left;
}

#content {
	width: 620px;
	margin: auto;
	position: relative;
	text-align: left;
	height:100%;
	float: left;
	
}

#main-text {
	padding-left: 30px;
	padding-top: 18px;
	height:100%;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.img-book-detail {
	padding-right: 8px;
	padding-bottom: 8px;
}
p,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
#contacts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
	font-weight: normal;
	position: relative;
	width: 780px;
	margin: auto;
	padding-right: 25px;
	line-height: 13px;
	background-color: #FFFFFF;
}
#contacts a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#contacts a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#contacts a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.copyright {
	float: left;
	padding-left: 20px;
	padding-top: 12px;
	position: relative;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #632203;
	text-decoration: none;
	line-height: 12px;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #632203;
	text-decoration: none;
	line-height: 12px;
}
.audio {
	list-style-image: url(../uploads/images/audio_icon.gif);
	text-indent: 25px;
	vertical-align: middle;
	line-height: 20px;
	padding-bottom: 5px;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 12px;
	color: #C9BA4E;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}


#botbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-image: url(../images/main_images/bg_botbar.jpg);
	position: relative;
	text-align: left;
	font-weight: normal;
	height: 38px;
	background-repeat: no-repeat;
	width: 950px;
	margin: auto;
	background-position: top;
}
.top-btn {
	float: right;
	padding-right: 22px;
	padding-top: 12px;
	position: relative;
}


.header {
	height: 99px;
	width: 790px;
	position: relative;
}
#lnav {
	/* position: relative;*/
	height: 100%;
	float: left;
	width: 142px;
	background-image: url(../images/main_images/bg_search.jpg);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 10;
	clear: left;
}
#searchbox {
	width: 130px;
	position: relative;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	padding-top: 25px;
	text-align: left;
	margin: auto;
	padding-left: 8px;
}
#searchbox a:link{
	font-size: 11px;
}
#searchbox a:visited{
	font-size: 11px;
}
#searchbox a:hover{
	font-size: 11px;
}



#breadcrumb {
	text-align: left;
	vertical-align: middle;
	float: left;
	width: 778px;
	height: 26px;
	background-image: url(../images/main_images/bg_breadcrumb.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 30px;
	padding-top: 17px;
	line-height: normal;
}
#nav {
	height: 30px;
	position: relative;
	float: left;
	width: 780px;
	padding-left: 18px;
	list-style-type: none;
}

.boldtxt {
	font-weight: bold;
	color: #663366;
}
.book-subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #663366;
	line-height: 16px;
}

strong {
	font-weight: bold;
	color: #663366;
}

/*ul {
	list-style-image: url(../images/main_images/arrow_list.gif);
	line-height: 16px;
}
*/


.small {
	font-size: 9px;
}
.contentbox-left {
	float: left;
	height: 100%;
	width: 340px;
	padding-top: 20px;
	padding-bottom: 50px;
	position: relative;
}

select,input,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.focuson {
	width: 550px;
	position: relative;
}
.types-descsml {
	position: relative;
}
hr {
	color: #CCCCCC;
	height: 1px;
	width: 100%;
	line-height: 5px;
}
.list-links {
	height: 23px;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
}
.grey-text {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	float: left;
	clear: left;
	width: 100%;
}
.grey-text a:link{
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-decoration: underline;
}
.grey-text a:hover {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
}
.grey-text a:visited{
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-decoration: underline;
}
.splash-container {
	width: 723px;
	margin: auto;
}
#splash-box1 {
	float: left;
	height: 178px;
	width: 230px;
	position: relative;
	margin-right: 15px;
}
#splash-content h1 {
	font-size: 16px;
	color: #007A54;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

.splash-box2 {
	float: left;
	height: 178px;
	width: 231px;
	position: relative;
	margin-right: 15px;
}
.splash-box3 {
	float: right;
	height: 178px;
	width: 231px;
	position: relative;
}



.list-links a:link{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.list-links a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.list-links a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.arrow a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663366;
	text-decoration: none;
}
.arrow a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #663366;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.arrow a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.arrow a:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.arrow {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.list-links a:active{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.subnav {
	padding-left: 10px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.lnav-height {
	height: 18px;

}
.lnav-height a:link {
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.lnav-height-on a:hover {
	font-weight: normal;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.lnav-height a:active {
	font-weight: normal;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.lnav-height a:visited {
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.lnav-height-on {
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.lnav-height-on a:link {
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.lnav-height-on a:hover {
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.lnav-height-on a:active {
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.lnav-height-on a:visited {
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.subnav-height {
	height: 18px;
	text-indent: 11px;
}
.subnav-height a:link {
	color: #CC6600;
	text-decoration: none;

}
.subnav-height a:hover {
	color: #CC6600;
	text-decoration: underline;

}
.subnav-height a:visited {
	color: #CC6600;
	text-decoration: none;

}

.subnav-height-on {
	height: 18px;
	text-indent: 11px;

}
.subnav-height-on a:link {
	color: #CC6600;
	font-weight: bold;
	text-decoration: none;

}
.subnav-height-on a:hover {
	color: #CC6600;
	font-weight: bold;
	text-decoration: underline;

}
.subnav-height-on a:active {
	color: #CC6600;
	font-weight: bold;
	text-decoration: underline;

}
.subnav-height-on a:visited {
	color: #CC6600;
	font-weight: bold;
	text-decoration: none;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #006699;
	width: 250px;
	float: left;
	background-position: top;
	text-align: left;
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.largeblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006699;
	line-height: 18px;
}
.boldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	line-height: 16px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
}
.bold-blue-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}

.boldblue a:link {
	color: #632203;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.boldblue a:hover {
	color: #C9BA4E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.boldblue a:visited {
	color: #632203;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.heading-lge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #006699;
	width: 650px;
	float: left;
	background-position: top;
	text-align: left;
	line-height: normal;
	
}
.booktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #007A54;
	line-height: 18px;
	margin-top: 8px;
}

.filter-list {
	float: right;
	width: 310px;
	margin: auto;
	vertical-align: top;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.featured-container {
	float: right;
	width: 130px;
	position: relative;
	
}
.new-titles {
	float: right;
	height: 178px;
	width: 114px;
	position: relative;
	background-image: url(../images/main_images/bg_newtitles.gif);
}
.featured-items {
	height: 178px;
	width: 114px;
	position: relative;
	background-image: url(../images/main_images/bg_features.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
}
.new-title-image {
	height: 136px;
	width: 104px;
	margin-top: 35px;
	margin-left: 12px;
}
.featured-image {
	height: 178px;
	width: 104px;
	margin-top: 35px;
	margin-left: 12px;
}

#splash-content {
	width: 750px;
	text-align: left;
	padding: 10px;
	margin: auto;
}
#splash-header {
	height: 92px;
	width: 782px;
}
#page-content {
	width: 615px;
	margin: auto;
	position: relative;
	text-align: left;
	height:100%;
	float: left;
	
}
.searchbox {
	font-size: 10px;
	width: 91px;
	border: 1px solid #999999;
}
select {
	font-size: 10px;
	border: 1px solid #999999;
}
.advance-search {
	font-size: 10px;
	width: 350px;
	border: 1px solid #999999;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
.tbltitle {
	background-image: url(../manager/admin/images/bg_menu.jpg);
	background-repeat: repeat-x;
	height: 30px;
}
.td-borders {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.heading-narrow {
	text-transform: uppercase;
	color: #006699;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 23px;
}
.pagination {
	background-color: #FFFFFF;
}
/*************************************************************************
* 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
 */
.aqua_green {
font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.aqua_green ul {
 	font-weight: normal;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.aqua_green li {
	width: 142px;
	/*background-image: url(img/bgtop_v.gif);*/
	background-repeat: no-repeat;
	background-position: left;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.aqua_green ul li {
	background-image: url(../images/main_images/bgtop_v.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 4px;
	width: 165px;
	font-size: 10px;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.aqua_green a {
	text-decoration: none;
	line-height: 18px;
	cursor: pointer;
	padding: 1px 2px 1px 10px;
	color: #632203;
	white-space: nowrap;
	
}


/*
 * specific to AQUA skin only
 * Applies to the link located in the last item of the first level
 */
.aqua_green li.last a {
	line-height: 23px;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.aqua_green ul a {
 	line-height: 19px !important;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 10px;
}

/*
 * Specific to AQUA skin only:
 * Applies to links located in the third (or more) level menu items
 */
.aqua_green ul ul a {
	padding-left: 5px;
}

/*****************************************************************************
* 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
 */
.aqua_green li.selected {
	font-weight: bold;
	/* background-image: url(../../../../images/main_images/bgtop_v_sel.gif); */
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.aqua_green ul li.selected {
	/*background-image: url(../../../../images/main_images/bg_sel.jpg);
	background-repeat: no-repeat; 
	*/
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.aqua_green a.selected {
	color: #632203;
	font-weight: bold;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.aqua_green ul a.selected {
}


/***************************************************************************
* 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
 */
.aqua_green li.hover {
	color: #CC6600;
	background-image: url(../images/main_images/bgtop_v_over.jpg);
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.aqua_green ul li.hover {
  	background-image: url(../images/main_images/bg_over.jpg);
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.aqua_green a.hover {
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.aqua_green ul a.hover {
}


/******************************************************************************
* 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
 */
.aqua_green .arrow {
/*	background-image: url(../../../../images/main_images/arrow_menu.gif); */
	background-repeat: no-repeat;
	background-position: 120px;
	font-weight: normal;
	
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.aqua_green .hover ul .arrow,
.aqua_green ul .arrow {
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.aqua_green .hover .arrow {
}

/* 
 * 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
 */
.aqua_green ul .hover .arrow {
}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.vertical {
	clear: both;
}
div.vertical br {
	clear: both;
}
div.vertical ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.vertical li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: static;
}
div.vertical li img {
	border: none;
}
div.vertical a {
	clear: both;
	display: block;
	margin: 0px;
}
div.vertical ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.vertical ul li ul li {
	clear: both; 
}

div.vertical 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;
}

