#menu {
	FLOAT: right;
	WIDTH: 270px;
	HEIGHT: 300px;
}

#menu UL {
	LIST-STYLE: none;
	PADDING: 0;
	MARGIN: 0;
}

#menu LI {
	BORDER-BOTTOM: #bbbbbb 1px solid;
	MARGIN: 0;
	PADDING: 0;
}

#menu A, #menu A:link, #menu A:visited {
    DISPLAY: block;
	FONT-SIZE: 1.2em;
	FONT-WEIGHT: bold;
 	TEXT-DECORATION: none;
	PADDING: 7px 0px 0px 50px;
	MARGIN: 0;
	COLOR: gray;
	LINE-HEIGHT: 1.2;
	HEIGHT: 42px;
	
} 

#menu A:hover{
/*	BACKGROUND: #1363b8 url('images/home.gif') no-repeat 10px 10px;*/
	TEXT-DECORATION: none;
	BORDER: 0px;
/*	BACKGROUND: #008fd5;*/
	COLOR: white;
/*	BORDER-BOTTOM: red 1px solid;*/
}

.ico-about-us A:link, .ico-about-us A:visited {
	BACKGROUND: url('images/icons/1.gif') no-repeat 7px 10px;
}
.ico-about-us A:hover {
	BACKGROUND: #1363b8 url('images/icons/1over.gif') no-repeat 7px 10px;
}

.ico-web A:link, .ico-web A:visited {
	BACKGROUND: url('images/icons/2.gif') no-repeat 7px 10px;
}
.ico-web A:hover {
	BACKGROUND: #1363b8 url('images/icons/2over.gif') no-repeat 7px 10px;
}

.ico-shop A:link, .ico-shop A:visited {
	BACKGROUND: url('images/icons/3.gif') no-repeat 7px 10px;
}
.ico-shop A:hover {
	BACKGROUND: #1363b8 url('images/icons/3over.gif') no-repeat 7px 10px;
}

.ico-cms A:link, .ico-cms A:visited {
	BACKGROUND: url('images/icons/4.gif') no-repeat 7px 10px;
}
.ico-cms A:hover {
	BACKGROUND: #1363b8 url('images/icons/4over.gif') no-repeat 7px 10px;
}

.ico-appl A:link, .ico-appl A:visited {
	BACKGROUND: url('images/icons/5.gif') no-repeat 7px 10px;
}
.ico-appl A:hover {
	BACKGROUND: #1363b8 url('images/icons/5over.gif') no-repeat 7px 10px;
}

.ico-ref A:link, .ico-ref A:visited {
	BACKGROUND: url('images/icons/6.gif') no-repeat 7px 10px;
}
.ico-ref A:hover {
	BACKGROUND: #1363b8 url('images/icons/6over.gif') no-repeat 7px 10px;
}

.ico-contact A:link, .ico-contact A:visited {
	BACKGROUND: url('images/icons/7.gif') no-repeat 7px 10px;
}
.ico-contact A:hover {
	BACKGROUND: #1363b8 url('images/icons/7over.gif') no-repeat 7px 10px;
}

.menu-info {
	FONT-SIZE: 0.7em;
}

